home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / cgi-bin / perltest.cgi < prev    next >
Encoding:
Text File  |  2004-04-13  |  352 b   |  9 lines

  1. #!\xampp\perl\bin\perl.exe
  2. print "Content-type: text/html\n\n";
  3. print '<html>';
  4. print '<head>';
  5. print '<meta name="author" content="Kay Vogelgesang">';
  6. print '<link href="../styles.css" rel="stylesheet" type="text/css">';
  7. print '</head>';
  8. print "<body> <p><h1>GCI with MiniPerl</h1>";
  9. print  "CGI with MiniPerl is ready ...</body></html>";